home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / djscm.zip / CM.DOC next >
Text File  |  1993-10-02  |  2KB  |  62 lines

  1.  DJS CommandMaster 1.0
  2.  (C) 1993 DJS Software
  3.  User's Manual
  4.  
  5.  Introduction
  6.  ------------
  7.  The DJS CommandMaster is a DOS Utility that will execute commands on certain
  8.  dates.  The user will have to enter the dates and commands that will 
  9.  be executed.  This program is handy for monthly virus scans and other
  10.  operations.
  11.  
  12.  The CM.EXE file is the executable program itself.  This program will not
  13.  work correctly unless it can read information from a data file called
  14.  CM.CMD.  This file contains information on what commands to execute and
  15.  on what dates.
  16.  
  17.  
  18.  CM.CMD And How To Write It
  19.  --------------------------
  20.  The CM.CMD data file is in ASCII format and should be arranged in the exact
  21.  form shown below :
  22.  
  23.  *
  24.   05-13-1992
  25.    c:\virus\scan /g/h/j
  26.    c:\menu\menu
  27.  *
  28.   06-13-1993
  29.    c:\virus\scan /g/h/j
  30.    c:\menu\menu
  31.  
  32.  As you may notice, there is an exact pattern that each record in the data
  33.  file must be arranged in.  To begin a new date, you must first use an *.
  34.  This symbol tells the program that a new record is beginning.
  35.  Next you would enter a SPACE and then the date you want the command to be
  36.  executed.  The date must be in the MM/DD/YYYY form.  After the date, you
  37.  can enter as many commands as you please as long as they are preceeded by
  38.  a double space in the line.  Notice how the information is in somewhat of
  39.  an outline form.
  40.  
  41.  Typing this information can be time consuming and full of errors.  Because
  42.  of this, CommandMaster is armed with a built in data entry menu.  To use
  43.  this menu, type CM A at the DOS prompt.  A menu will appear on the screen
  44.  and give you a set of options to use on the CM.CMD data file.
  45.  
  46.  
  47.  
  48.  Included In The Package
  49.  -----------------------
  50.  CM.EXE : CommandMaster executable program.
  51.  CM.DOC : This document file.
  52.  CM.TXT : Registration form to order the program.
  53.  
  54.  
  55.  Program Requirements
  56.  --------------------
  57.         * 286 or better.
  58.         * Fixed disk drive.
  59.         * MS-DOS COMMAND.COM must be used for operating system.
  60.         * At least 512k RAM
  61.  
  62.